home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Adventurer's / ImpPro / Scripts / Namelist.name < prev    next >
Text File  |  1995-07-17  |  197b  |  12 lines

  1. /* Sample script for the name module */
  2.  
  3. /* You can send this programs output to the printer or file if you wish */
  4.  
  5. options results
  6. address IMPNAME.1
  7.  
  8. do a = 1 to 100
  9.    GENNAME
  10.    say RESULT
  11. end
  12.